Tab Pane Properties

Description

A tab pane control is used to group controls together on a tab in a Tab control.

Tab label

Specify the title for the tab.

Pane Width

Optional. Width of the tab pane. (Note: If blank setting in the parent Tab Control will be used.)

Pane Height

Optional. Height of the tab pane. (Note: If blank setting in the parent Tab Control will be used.)

Show pane

Whether or not the tab should be shown initially.

Disable pane

Whether or not the tab should be disabled initially.

Show/hide expression

If the expression is true then the tab pane button is shown, otherwise it is hidden. The expression is evaluated in the Browser using Javascript.

Enable expression

If the expression is true then the tab pane is enabled, otherwise it is disabled. The expression is evaluated in the Browser using Javascript.